home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / miscutl1.arc / M8087.DOC < prev    next >
Encoding:
Text File  |  1984-04-08  |  1015 b   |  19 lines

  1.                             M8087.MAC
  2.  
  3. M8087.MAC is a file of macro instructions which effectively gives
  4. the IBM Macro Assembler (MASM) Version 1.0 full 8087 mnemonics support.  Though
  5. the next version of MASM may provide this support, Version 1.0 requires the use
  6. of "ESC" codes for 8087 instructions.  These macros convert your 8087
  7. mnemonics to the proper "ESC" codes.  This makes for far more readable code and
  8. greatly reduces the chances for error.
  9.  
  10. These macros were written by Tim Field and published in Byte, August 1983.  His
  11. article provides a thorough discription of the macros and
  12. their use; it should be read before attempting to use M8087.MAC.
  13.  
  14. The file M8087.MAC is the fully commented set of macros.  You might prefer to
  15. use M8087.ASM, however, to save assembly time and disk space.  It's the same as
  16. M8087.MAC, but has all comments and "white space" removed.  To use, simply begin
  17. the source file of your assembly language routine with a statement such as
  18. "INCLUDE A:M8087.ASM".
  19.